added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSFTPUpload / CSFTPUpload.csproj
blob1a5657f24d20a94da9f2b58d995600402c08f42e
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D1EB454E-5746-40B0-A350-C417F89B0797}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSFTPUpload</RootNamespace>
12     <AssemblyName>CSFTPUpload</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>512</FileAlignment>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18     <PlatformTarget>x86</PlatformTarget>
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>..\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28     <PlatformTarget>x86</PlatformTarget>
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>..\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
37     <DebugSymbols>true</DebugSymbols>
38     <OutputPath>..\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <DebugType>full</DebugType>
41     <PlatformTarget>AnyCPU</PlatformTarget>
42     <CodeAnalysisLogFile>bin\Debug\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
43     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
44     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
45     <ErrorReport>prompt</ErrorReport>
46     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
48     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
49     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
50     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
53     <OutputPath>..\Release\</OutputPath>
54     <DefineConstants>TRACE</DefineConstants>
55     <Optimize>true</Optimize>
56     <DebugType>pdbonly</DebugType>
57     <PlatformTarget>AnyCPU</PlatformTarget>
58     <CodeAnalysisLogFile>bin\Release\CSFTPClient.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
59     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
60     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
61     <ErrorReport>prompt</ErrorReport>
62     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
64     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
65     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
66     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
67   </PropertyGroup>
68   <ItemGroup>
69     <Reference Include="System" />
70     <Reference Include="System.Drawing" />
71     <Reference Include="System.Windows.Forms" />
72   </ItemGroup>
73   <ItemGroup>
74     <Compile Include="ErrorEventArgs.cs">
75       <SubType>Code</SubType>
76     </Compile>
77     <Compile Include="FileUploadCompletedEventArgs.cs">
78       <SubType>Code</SubType>
79     </Compile>
80     <Compile Include="FTPClientManager.cs">
81       <SubType>Code</SubType>
82     </Compile>
83     <Compile Include="FTPClientManagerStatus.cs">
84       <SubType>Code</SubType>
85     </Compile>
86     <Compile Include="FTPDirectoryListingStyle.cs">
87       <SubType>Code</SubType>
88     </Compile>
89     <Compile Include="FTPFileSystem.cs">
90       <SubType>Code</SubType>
91     </Compile>
92     <Compile Include="FTPUploadClient.cs" />
93     <Compile Include="MainForm.cs">
94       <SubType>Form</SubType>
95     </Compile>
96     <Compile Include="MainForm.Designer.cs">
97       <DependentUpon>MainForm.cs</DependentUpon>
98     </Compile>
99     <Compile Include="NewMessageEventArg.cs" />
100     <Compile Include="Program.cs" />
101     <Compile Include="Properties\AssemblyInfo.cs" />
102     <Compile Include="UICredentialsProvider.cs">
103       <SubType>Form</SubType>
104     </Compile>
105     <Compile Include="UICredentialsProvider.Designer.cs">
106       <DependentUpon>UICredentialsProvider.cs</DependentUpon>
107     </Compile>
108     <EmbeddedResource Include="MainForm.resx">
109       <DependentUpon>MainForm.cs</DependentUpon>
110     </EmbeddedResource>
111     <EmbeddedResource Include="UICredentialsProvider.resx">
112       <DependentUpon>UICredentialsProvider.cs</DependentUpon>
113     </EmbeddedResource>
114   </ItemGroup>
115   <ItemGroup>
116     <Content Include="Readme.txt" />
117   </ItemGroup>
118   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
120        Other similar extension points exist, see Microsoft.Common.targets.
121   <Target Name="BeforeBuild">
122   </Target>
123   <Target Name="AfterBuild">
124   </Target>
125   -->
126 </Project>